Mapping URL: /airport/city/{id}
Description: find the airport entities of city with the appended id
Microservice: AirportService
/airport/city/{id} |
Mapping URL: /airport/city/{id}
Description: CityService
Name: findAllAirportOfCity(id)
Request Method: GET
Service Interface: /airport/city/{id}
Service Entity: City
3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
3.7 PassengerBookingService |